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

/freebsd-11-stable/etc/rc.d/
H A Drouting355 ${SYSCTL} net.inet.ip.sourceroute=1 > /dev/null
357 ${SYSCTL} net.inet.ip.sourceroute=0 > /dev/null
/freebsd-11-stable/crypto/heimdal/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
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c112 static int sourceroute(struct addrinfo *, char *, unsigned char **, int *, int *, int *);
2366 result = sourceroute(res, hostp, &srp, &srlen, &proto, &opt);
2853 sourceroute(struct addrinfo *ai, char *arg, unsigned char **cpp, int *lenp, int *protop, int *optp)
2844 sourceroute(struct addrinfo *ai, char *arg, unsigned char **cpp, int *lenp, int *protop, int *optp) function
/freebsd-11-stable/sys/netinet/
H A Dip_options.c70 SYSCTL_INT(_net_inet_ip, IPCTL_SOURCEROUTE, sourceroute,

Completed in 50 milliseconds