Searched refs:IPOPT_LSRR (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dionames.c24 { IPOPT_LSRR, 0x000200, 8, "lsrr" }, /* 1 route */
H A Daddipopt.c48 case IPOPT_LSRR :
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c40 { IPOPT_LSRR, 0x10, 7, "lsrr" }, /* 1 route */
116 case IPOPT_LSRR :
H A Diptests.c517 s[IPOPT_OPTVAL] = IPOPT_LSRR;
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dfix_options.c102 if (opt == IPOPT_LSRR || opt == IPOPT_SSRR) {
/freebsd-11-stable/contrib/tcpdump/
H A Dip.h109 #define IPOPT_LSRR 131 /* loose source route */ macro
H A Dprint-ip.c48 { IPOPT_LSRR, "LSRR" },
125 case IPOPT_LSRR:
294 case IPOPT_LSRR:
/freebsd-11-stable/sys/netinet/
H A Dip.h153 #define IPOPT_LSRR 131 /* loose source route */ macro
H A Dip_options.c153 case IPOPT_LSRR:
656 case IPOPT_LSRR:
H A Dip_mroute.c1231 ((u_char *)(ip + 1))[1] != IPOPT_LSRR ) {
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c255 if (c == IPOPT_LSRR || c == IPOPT_SSRR) {
259 c == IPOPT_LSRR ? "LSRR" : "SSRR");
/freebsd-11-stable/libexec/rshd/
H A Drshd.c238 if (c == IPOPT_LSRR || c == IPOPT_SSRR) {
242 c == IPOPT_LSRR ? "LSRR" : "SSRR");
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h770 #undef IPOPT_LSRR macro
771 #define IPOPT_LSRR 131 macro
866 #ifndef IPOPT_LSRR
867 # define IPOPT_LSRR 131 macro
H A Dfil.c203 { IPOPT_LSRR, 0x000200 },
/freebsd-11-stable/sbin/ping/
H A Dping.c1289 case IPOPT_LSRR:
1291 (void)printf(*cp == IPOPT_LSRR ?
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c810 optlist[1] = IPOPT_LSRR;
870 optlist[1] = IPOPT_LSRR;
/freebsd-11-stable/sys/netipsec/
H A Dxform_ah.c360 case IPOPT_LSRR:
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2559 *lsrp++ = IPOPT_LSRR;
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c2922 *lsrp++ = IPOPT_LSRR;
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y565 { IL_IPO_LSRR, IPOPT_LSRR },
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c311 case IPOPT_LSRR:
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y1579 | IPFY_IPOPT_LSRR { $$ = getoptbyvalue(IPOPT_LSRR); }
/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.c3919 case IPOPT_LSRR:

Completed in 233 milliseconds