Searched refs:postpend_len (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/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 | 601 const char *ether_type, u_int32_t *prepend_len, u_int32_t *postpend_len) in ether_frameout() argument 611 prepend_len, postpend_len); in ether_frameout() 627 const char *ether_type, u_int32_t *prepend_len, u_int32_t *postpend_len) in ether_frameout_extended() argument 675 if (postpend_len != NULL) { in ether_frameout_extended() 676 *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 | kpi_interface.h | 419 , u_int32_t *prepend_len, u_int32_t *postpend_len 426 u_int32_t *postpend_len);
|
| H A D | if_utun.c | 165 const char *frame_type, u_int32_t *prepend_len, u_int32_t *postpend_len); 2751 u_int32_t *postpend_len) in utun_framer() argument 2768 if (postpend_len != NULL) { in utun_framer() 2769 *postpend_len = 0; in utun_framer()
|