Searched refs:set_ether_if (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/amd/fsinfo/ |
| H A D | fsi_gram.y | 172 { $$ = $1; set_ether_if($$, EF_INADDR, $4); } 174 { $$ = $1; set_ether_if($$, EF_NETMASK, $4); } 176 { $$ = $1; set_ether_if($$, EF_HWADDR, $4); }
|
| H A D | fsinfo.h | 122 extern void set_ether_if(ether_if *ep, int k, char *v);
|
| H A D | fsi_util.c | 436 set_ether_if(ether_if *ep, int k, char *v) in set_ether_if() function
|
| /freebsd-12.1/contrib/amd/ |
| H A D | ChangeLog | 925 * fsinfo/fsi_util.c (set_ether_if), amd/map.c (unmount_mp), 1098 * fsinfo/fsi_util.c (set_ether_if): use INADDR_NONE instead of 3023 * fsinfo/fsi_util.c (set_ether_if): avoid u_long casting to -1 12411 * fsinfo/fsi_util.c (set_ether_if): take out extern definition of
|