Searched refs:addrext (Results 1 – 2 of 2) sorted by relevance
194 sadb_address_t *addrext; in tcpsig_make_addr_ext() local202 if (end - cur < sizeof (*addrext)) in tcpsig_make_addr_ext()205 addrext = (sadb_address_t *)cur; in tcpsig_make_addr_ext()206 addrext->sadb_address_proto = IPPROTO_TCP; in tcpsig_make_addr_ext()207 addrext->sadb_address_reserved = 0; in tcpsig_make_addr_ext()208 addrext->sadb_address_prefixlen = 0; in tcpsig_make_addr_ext()209 addrext->sadb_address_exttype = exttype; in tcpsig_make_addr_ext()210 cur = (uint8_t *)(addrext + 1); in tcpsig_make_addr_ext()235 addrext->sadb_address_len = SADB_8TO64(addrext_len); in tcpsig_make_addr_ext()
986 sadb_address_t *addrext = (sadb_address_t *)cur; in sadb_make_addr_ext() local991 cur += sizeof (*addrext); in sadb_make_addr_ext()995 addrext->sadb_address_proto = proto; in sadb_make_addr_ext()996 addrext->sadb_address_prefixlen = prefix; in sadb_make_addr_ext()997 addrext->sadb_address_reserved = 0; in sadb_make_addr_ext()998 addrext->sadb_address_exttype = exttype; in sadb_make_addr_ext()1028 addrext->sadb_address_len = SADB_8TO64(addrext_len); in sadb_make_addr_ext()