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