Searched refs:__po_token (Results 1 – 2 of 2) sorted by relevance
417 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_get_token()418 bcopy(po->__po_token, token, tlen); in __packet_opt_get_token()452 _CASSERT((__builtin_offsetof(struct __packet_opt, __po_token) % 8) == 0); in __packet_opt_set_token()463 bcopy(token, po->__po_token, len); in __packet_opt_set_token()471 _CASSERT(sizeof(po->__po_token) == 16); in __packet_opt_set_token()
641 #define __po_token __pkt_opt_com.__token macro