Searched refs:extvar (Results 1 – 1 of 1) sorted by relevance
2633 #define PORT_ONLY_ALLOCATE(af, socktype, exttype, extvar, port) { \ in doaddup() argument2635 (extvar) = calloc(1, alloclen); \ in doaddup()2636 if ((extvar) == NULL) { \ in doaddup()2640 (extvar)->sadb_address_len = SADB_8TO64(alloclen); \ in doaddup()2641 (extvar)->sadb_address_exttype = (exttype); \ in doaddup()2643 sin6 = (struct sockaddr_in6 *)((extvar) + 1); \ in doaddup()