Searched refs:M_IFADDR (Results 1 – 12 of 12) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | malloc.h | 99 #define M_IFADDR 9 /* interface address */ macro 188 #define M_IFADDR 9 /* interface address (IOFireWireIP)*/ macro
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | ndrv.c | 915 sizeof(struct sockaddr) + sopt->sopt_valsize, M_IFADDR, M_WAITOK); in ndrv_do_add_multicast() 945 FREE(ndrv_multi, M_IFADDR); in ndrv_do_add_multicast() 1015 FREE(ndrv_entry, M_IFADDR); in ndrv_do_remove_multicast() 1049 FREE(cur, M_IFADDR); in ndrv_remove_all_multicast()
|
| H A D | if.h | 1111 MALLOC_DECLARE(M_IFADDR);
|
| H A D | pf_if.c | 112 #define PFI_MTYPE M_IFADDR
|
| H A D | if_ports_used.c | 206 M_IFADDR, M_WAITOK | M_ZERO); in if_ports_used_init()
|
| H A D | if_var.h | 1430 #define M_CLONE M_IFADDR
|
| H A D | if.c | 171 MALLOC_DEFINE(M_IFADDR, "ifaddr", "interface address"); 5642 FREE(ifa, M_IFADDR); in ifa_remref()
|
| H A D | dlil.c | 154 #define M_NKE M_IFADDR 8870 ifa = _MALLOC(ifasize, M_IFADDR, M_WAITOK | M_ZERO); in dlil_alloc_lladdr()
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6_ifattach.c | 747 ext = (struct in6_ifextra *)_MALLOC(in6_extra_bufsize, M_IFADDR, in in6_ifattach_prelim()
|
| H A D | ip6_input.c | 2467 M_IFADDR, M_WAITOK | M_ZERO); in in6_ifaddrhashtbl_init()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in.c | 358 M_IFADDR, M_WAITOK | M_ZERO)) == NULL) { in in_domifattach()
|
| H A D | ip_input.c | 575 M_IFADDR, M_WAITOK | M_ZERO); in in_ifaddrhashtbl_init()
|