Searched refs:PORT_ONLY_ALLOCATE (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 2778 #define PORT_ONLY_ALLOCATE(af, socktype, exttype, extvar, port) { \ in doaddup() macro 2800 PORT_ONLY_ALLOCATE(AF_INET, struct sockaddr_in, in doaddup() 2806 PORT_ONLY_ALLOCATE(AF_INET, struct sockaddr_in, in doaddup() 2821 PORT_ONLY_ALLOCATE(AF_INET6, struct sockaddr_in6, in doaddup() 2826 PORT_ONLY_ALLOCATE(AF_INET6, struct sockaddr_in6, in doaddup() 2829 #undef PORT_ONLY_ALLOCATE in doaddup()
|