Home
last modified time | relevance | path

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

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