/src/lib/libc/net/ |
getifaddrs.c | 80 struct ifaddrs cif; local in function:__weak_alias 197 memset(&cif, 0, sizeof(cif)); 199 cif.ifa_name = names; 200 cif.ifa_flags = (int)ifm->ifm_flags; 206 cif.ifa_addr = (struct sockaddr *)(void *)data; 211 cif.ifa_data = data = (void *)ALIGN(data); 225 ift->ifa_name = cif.ifa_name; 226 ift->ifa_flags = cif.ifa_flags; 257 ift->ifa_data = cif.ifa_data [all...] |
getifaddrs.c | 80 struct ifaddrs cif; local in function:__weak_alias 197 memset(&cif, 0, sizeof(cif)); 199 cif.ifa_name = names; 200 cif.ifa_flags = (int)ifm->ifm_flags; 206 cif.ifa_addr = (struct sockaddr *)(void *)data; 211 cif.ifa_data = data = (void *)ALIGN(data); 225 ift->ifa_name = cif.ifa_name; 226 ift->ifa_flags = cif.ifa_flags; 257 ift->ifa_data = cif.ifa_data [all...] |
/src/sys/netinet/ |
ip_carp.c | 911 struct carp_if *cif; local in function:carpdetach 938 cif = (struct carp_if *)ifp->if_carp; 939 TAILQ_REMOVE(&cif->vhif_vrs, sc, sc_list); 940 if (!--cif->vhif_nvrs) { 943 free(cif, M_IFADDR); 956 struct carp_if *cif = (struct carp_if *)ifp->if_carp; local in function:carp_ifdetach 958 for (sc = TAILQ_FIRST(&cif->vhif_vrs); sc; sc = nextsc) { 984 struct carp_if *cif; local in function:carp_send_ad_all 998 cif = (struct carp_if *)ifp->if_carp; 999 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) 1411 struct carp_if *cif = v; local in function:carp_iamatch6 1434 struct carp_if *cif = (struct carp_if *)v; local in function:carp_ourether 1473 struct carp_if *cif = (struct carp_if *)m_get_rcvif_NOMPSAFE(m)->if_carp; local in function:carp_input 1637 struct carp_if *cif, *ncif = NULL; local in function:carp_set_ifp 2121 struct carp_if *cif; local in function:carp_ioctl 2259 struct carp_if *cif; local in function:carp_carpdev_state [all...] |
ip_carp.c | 911 struct carp_if *cif; local in function:carpdetach 938 cif = (struct carp_if *)ifp->if_carp; 939 TAILQ_REMOVE(&cif->vhif_vrs, sc, sc_list); 940 if (!--cif->vhif_nvrs) { 943 free(cif, M_IFADDR); 956 struct carp_if *cif = (struct carp_if *)ifp->if_carp; local in function:carp_ifdetach 958 for (sc = TAILQ_FIRST(&cif->vhif_vrs); sc; sc = nextsc) { 984 struct carp_if *cif; local in function:carp_send_ad_all 998 cif = (struct carp_if *)ifp->if_carp; 999 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) 1411 struct carp_if *cif = v; local in function:carp_iamatch6 1434 struct carp_if *cif = (struct carp_if *)v; local in function:carp_ourether 1473 struct carp_if *cif = (struct carp_if *)m_get_rcvif_NOMPSAFE(m)->if_carp; local in function:carp_input 1637 struct carp_if *cif, *ncif = NULL; local in function:carp_set_ifp 2121 struct carp_if *cif; local in function:carp_ioctl 2259 struct carp_if *cif; local in function:carp_carpdev_state [all...] |