Home
last modified time | relevance | path

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

/openbsd/sbin/isakmpd/sysdep/openbsd/
H A Dsysdep.c52 int ip_proto; /* IP protocol */ in sysdep_cleartext() member
101 if (monitor_setsockopt(fd, optsw[sw].ip_proto, optsw[sw].auth_level, in sysdep_cleartext()
105 optsw[sw].ip_proto); in sysdep_cleartext()
108 if (monitor_setsockopt(fd, optsw[sw].ip_proto, optsw[sw].esp_trans_level, in sysdep_cleartext()
112 optsw[sw].ip_proto); in sysdep_cleartext()
115 if (monitor_setsockopt(fd, optsw[sw].ip_proto, optsw[sw].esp_network_level, in sysdep_cleartext()
119 optsw[sw].ip_proto); in sysdep_cleartext()
123 monitor_setsockopt(fd, optsw[sw].ip_proto, optsw[sw].ipcomp_level, in sysdep_cleartext()
128 optsw[sw].ip_proto); in sysdep_cleartext()
/openbsd/lib/libpcap/
H A Dgencode.c1664 gen_port(int port, int ip_proto, int dir) in gen_port() argument
1671 switch (ip_proto) { in gen_port()
1674 b1 = gen_portop(port, ip_proto, dir); in gen_port()
1730 gen_port6(int port, int ip_proto, int dir) in gen_port6() argument
1737 switch (ip_proto) { in gen_port6()
1740 b1 = gen_portop6(port, ip_proto, dir); in gen_port6()
/openbsd/sys/dev/pci/
H A Dif_mcx.c2417 int ip_proto; member
5967 int ethertype, int ip_proto, uint32_t dest) in mcx_set_flow_table_entry_proto() argument
6011 mbin->cmd_flow_ctx.fc_match_value.mc_ip_proto = ip_proto; in mcx_set_flow_table_entry_proto()
7433 flow_index, rss->ethertype, rss->ip_proto, in mcx_up()
H A Dif_bnxtreg.h20177 uint8_t ip_proto; member