// //------------------ DOK FILE -------------------------------------------------- +Header core.net.ipOverEth =pkg core.net.ipOverEth =title core.net.ipOverEth =short =desc Documentation in progress... // // //------------------ PROTO ----------------------------------------------------- netUp +Proto netUp =type fun Str -> Network =mode function =pkg core.net.ipOverEth =impl mcy =link =desc // +arg name =type Str =desc // +arg result =type Network =desc // // //------------------ PROTO ----------------------------------------------------- netDhcp +Proto netDhcp =type fun Network -> Bool =mode function =pkg core.net.ipOverEth =impl mcy =link =desc // +arg net =type Network =desc // +arg result =type Bool =desc // // //------------------ PROTO ----------------------------------------------------- netStatic +Proto netStatic =type fun Network Str Str Str Str -> Bool =mode function =pkg core.net.ipOverEth =impl mcy =link =desc // +arg net =type Network =desc // +arg ip =type Str =desc // +arg submask =type Str =desc // +arg gateway =type Str =desc // +arg dns =type Str =desc // +arg result =type Bool =desc