Searched refs:getwire_lookup (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/amd/libamu/ |
| D | wire.c | 136 getwire_lookup(u_long address, u_long netmask, int ishost) in getwire_lookup() function 414 al = getwire_lookup(S2IN(ifap->ifa_addr), S2IN(ifap->ifa_netmask), 0); 416 al = getwire_lookup(S2IN(ifap->ifa_dstaddr), 0xffffffff, 1); 548 al = getwire_lookup(address, S2IN(&ifr->ifr_addr), 0); 550 al = getwire_lookup(address, 0xffffffff, 1);
|
| /freebsd-9-stable/contrib/amd/ |
| D | ChangeLog | 6692 * libamu/wire.c (getwire_lookup): truncate the hostname to 7131 * libamu/wire.c (getwire_lookup): handle calling irs_gen_acc with 7543 * libamu/wire.c (getwire_lookup): pass NULL as conf_file (2nd) 7932 * libamu/wire.c (getwire_lookup): spell "succeeded" correctly 7975 * libamu/wire.c (getwire_lookup): if getnetbyaddr failed (e.g., on 7982 * libamu/wire.c (getwire_lookup): correctly compute subnet using
|