Home
last modified time | relevance | path

Searched refs:M_STRUCT_GET0 (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dip6.h364 M_STRUCT_GET0(val, typ, m, off, len)
H A Digmp.c1705 M_STRUCT_GET0(igmp, struct igmp *, m, off, minlen); in igmp_input()
1815 M_STRUCT_GET0(igmpv3, struct igmpv3 *, m, in igmp_input()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1048 #define M_STRUCT_GET0(val, typ, m, off, len) \ macro