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