Home
last modified time | relevance | path

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

/minix3/lib/libwrap/
H A Drfc931.c94 u_short * volatile our_portp; in rfc931() local
118 our_portp = &(((struct sockaddr_in *)our_sin)->sin_port); in rfc931()
122 our_portp = &(((struct sockaddr_in6 *)our_sin)->sin6_port); in rfc931()
205 ntohs(*our_portp)); in rfc931()
220 && ntohs(*our_portp) == our_port) { in rfc931()