Searched refs:postpend_len (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_ether.h | 53 const char *frame_type, u_int32_t *prepend_len, u_int32_t *postpend_len); 62 const char *frame_type, u_int32_t *prepend_len, u_int32_t *postpend_len);
|
| H A D | ether_if_module.c | 509 const char *ether_type, u_int32_t *prepend_len, u_int32_t *postpend_len) in ether_frameout() argument 519 prepend_len, postpend_len); in ether_frameout() 535 const char *ether_type, u_int32_t *prepend_len, u_int32_t *postpend_len) in ether_frameout_extended() argument 578 if (postpend_len != NULL) { in ether_frameout_extended() 579 *postpend_len = 0; in ether_frameout_extended()
|
| H A D | if_loop.c | 206 u_int32_t *prepend_len, u_int32_t *postpend_len) in lo_framer() argument 220 if (postpend_len != NULL) { in lo_framer() 221 *postpend_len = 0; in lo_framer()
|
| H A D | if_6lowpan.c | 225 const char *ether_type, u_int32_t *prepend_len, u_int32_t *postpend_len); 916 const char *ether_type, u_int32_t *prepend_len, u_int32_t *postpend_len) in sixlowpan_framer_extended() argument 1013 if (postpend_len != NULL) { in sixlowpan_framer_extended() 1014 *postpend_len = 0; in sixlowpan_framer_extended()
|
| H A D | kpi_interface.h | 413 , u_int32_t *prepend_len, u_int32_t *postpend_len 420 u_int32_t *postpend_len);
|
| H A D | if_utun.c | 162 const char *frame_type, u_int32_t *prepend_len, u_int32_t *postpend_len); 2733 u_int32_t *postpend_len) in utun_framer() argument 2750 if (postpend_len != NULL) { in utun_framer() 2751 *postpend_len = 0; in utun_framer()
|