gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip6.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip6.h - 12.9KB - 319 lines
285:         if ((m)->m_len >= (off) + (len))                               \
286:                 (val) = (typ)(mtod((m), char *) + (off));             \
287:         else {                                                         \
291: panic("m_pulldown malfunction"); \ 292: (val) = (typ)(mtod(_t, char *) + _tmp); \ 293: } else { \
303: if ((off) == 0 && (m)->m_len >= len) \ 304: (val) = (typ)mtod((m), void *); \ 305: else { \
309: panic("m_pulldown malfunction"); \ 310: (val) = (typ)mtod(_t, void *); \ 311: } else { \