Searched refs:postpend_len (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/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 | 502 const char *ether_type, u_int32_t *prepend_len, u_int32_t *postpend_len) in ether_frameout() argument 512 prepend_len, postpend_len); in ether_frameout() 528 const char *ether_type, u_int32_t *prepend_len, u_int32_t *postpend_len) in ether_frameout_extended() argument 571 if (postpend_len != NULL) { in ether_frameout_extended() 572 *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 | 162 const char *frame_type, u_int32_t *prepend_len, u_int32_t *postpend_len); 2737 u_int32_t *postpend_len) in utun_framer() argument 2754 if (postpend_len != NULL) { in utun_framer() 2755 *postpend_len = 0; in utun_framer()
|