Home
last modified time | relevance | path

Searched refs:M_IFADDR (Results 1 – 12 of 12) sorted by relevance

/xnu-8019.80.24/bsd/sys/ !
H A Dmalloc.h99 #define M_IFADDR 9 /* interface address */ macro
188 #define M_IFADDR 9 /* interface address (IOFireWireIP)*/ macro
/xnu-8019.80.24/bsd/net/ !
H A Dndrv.c915 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 Dif.h1111 MALLOC_DECLARE(M_IFADDR);
H A Dpf_if.c112 #define PFI_MTYPE M_IFADDR
H A Dif_ports_used.c206 M_IFADDR, M_WAITOK | M_ZERO); in if_ports_used_init()
H A Dif_var.h1430 #define M_CLONE M_IFADDR
H A Dif.c171 MALLOC_DEFINE(M_IFADDR, "ifaddr", "interface address");
5642 FREE(ifa, M_IFADDR); in ifa_remref()
H A Ddlil.c154 #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 Din6_ifattach.c747 ext = (struct in6_ifextra *)_MALLOC(in6_extra_bufsize, M_IFADDR, in in6_ifattach_prelim()
H A Dip6_input.c2467 M_IFADDR, M_WAITOK | M_ZERO); in in6_ifaddrhashtbl_init()
/xnu-8019.80.24/bsd/netinet/ !
H A Din.c358 M_IFADDR, M_WAITOK | M_ZERO)) == NULL) { in in_domifattach()
H A Dip_input.c575 M_IFADDR, M_WAITOK | M_ZERO); in in_ifaddrhashtbl_init()