Searched refs:sourceroute (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/netcat-22/
H A Dsourceroute.c106 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) function
H A Dnetcat.c149 extern int sourceroute(struct addrinfo *, char *, char **, int *, int *, int *);
370 /* Detect if hostname has the telnet source-routing syntax (see sourceroute()) */
679 result = sourceroute(res, srcroute_hosts, &srp, &srlen, &proto, &opt);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dexterns.h212 int sourceroute(struct addrinfo *ai, char *arg, char **cpp,
H A Dcommands.c2207 if ((srlen = sourceroute(a, hostp, &srp, &proto, &opt)) < 0) {
2490 * cpp: Pointer to a pointer, so that sourceroute() can return
2518 sourceroute(struct addrinfo *ai,
2509 sourceroute(struct addrinfo *ai, function
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dcommands.c118 static int sourceroute(struct addrinfo *, char *, char **, int *, int *, int *);
2397 result = sourceroute(res, hostp, &srp, &srlen, &proto, &opt);
2885 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp)
2876 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) function
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c202 SYSCTL_INT(_net_inet_ip, IPCTL_SOURCEROUTE, sourceroute,

Completed in 95 milliseconds