OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromsin
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ypbind/
ypbind.c
832
struct sockaddr_in *
fromsin
, bindsin;
local in function:ypbindproc_setdom_2
836
fromsin
= svc_getcaller(transp);
837
DPRINTF("ypbindproc_setdom_2 from %s\n", inet_ntoa(
fromsin
->sin_addr));
846
if (
fromsin
->sin_addr.s_addr != htonl(INADDR_LOOPBACK)) {
848
inet_ntoa(
fromsin
->sin_addr));
857
if (ntohs(
fromsin
->sin_port) >= IPPORT_RESERVED) {
ypbind.c
832
struct sockaddr_in *
fromsin
, bindsin;
local in function:ypbindproc_setdom_2
836
fromsin
= svc_getcaller(transp);
837
DPRINTF("ypbindproc_setdom_2 from %s\n", inet_ntoa(
fromsin
->sin_addr));
846
if (
fromsin
->sin_addr.s_addr != htonl(INADDR_LOOPBACK)) {
848
inet_ntoa(
fromsin
->sin_addr));
857
if (ntohs(
fromsin
->sin_port) >= IPPORT_RESERVED) {
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025