Home
last modified time | relevance | path

Searched refs:extvar (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c2634 #define PORT_ONLY_ALLOCATE(af, socktype, exttype, extvar, port) { \ in doaddup() argument
2636 (extvar) = calloc(1, alloclen); \ in doaddup()
2637 if ((extvar) == NULL) { \ in doaddup()
2641 (extvar)->sadb_address_len = SADB_8TO64(alloclen); \ in doaddup()
2642 (extvar)->sadb_address_exttype = (exttype); \ in doaddup()
2644 sin6 = (struct sockaddr_in6 *)((extvar) + 1); \ in doaddup()