Searched refs:__po_token (Results 1 – 2 of 2) sorted by relevance
367 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_get_token()368 bcopy(po->__po_token, token, tlen); in __packet_opt_get_token()402 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_set_token()413 bcopy(token, po->__po_token, len); in __packet_opt_set_token()421 _CASSERT(sizeof(po->__po_token) == 16); in __packet_opt_set_token()
614 #define __po_token __pkt_opt_com.__token macro