/src/sys/netipsec/ |
ipsecif.c | 323 u_int16_t dst_port = 0; local in function:ipsecif4_encap_func 335 dst_port = ports[1]; 349 dst_port != var->iv_sport) { 352 __func__, ntohs(src_port), ntohs(dst_port), 466 u_int16_t dst_port = 0; local in function:ipsecif6_encap_func 478 dst_port = ports[1]; 492 dst_port != var->iv_sport) { 495 __func__, ntohs(src_port), ntohs(dst_port),
|
/src/tests/net/if_ipsec/ |
t_ipsec_natt.sh | 58 local dst_port=$6 65 atf_check -s exit:0 rump.ifconfig ipsec$ifid tunnel ${src_ip},${src_port} ${dst_ip},${dst_port} 79 local dst_port=$7 86 add $src_ip [$src_port] $dst_ip [$dst_port] $proto $out_spi -m transport $algo_args; 87 add $dst_ip [$dst_port] $src_ip [$src_port] $proto $in_spi -m transport $algo_args;
|
/src/sys/arch/i386/stand/pxeboot/ |
pxe.c | 131 uw->dst_port = d->destport;
|
pxe.h | 439 UDP_PORT_t dst_port; /* destination udp port */ member in struct:__anon2625f15d2808
|
/src/usr.sbin/npf/npfctl/ |
npf_data.c | 680 npfvar_t *dst_addr, npfvar_t *dst_port, bool fnot, rid_t uid, rid_t gid) 688 fopts.filt.opt3.fo_to.ap_portrange = dst_port;
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_82599.c | 1692 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port); 1729 * Program the relevant mask registers. If src/dst_port or src/dst_addr 1756 if (input_mask->formatted.dst_port || 1925 fdirport = IXGBE_NTOHS(input->formatted.dst_port); 2051 if (input->formatted.dst_port || input->formatted.src_port) { 2058 if (input->formatted.dst_port || input->formatted.src_port) {
|
ixgbe_type.h | 3632 * dst_port - 2 bytes 3646 __be16 dst_port; member in struct:ixgbe_atr_input::__anoncb0dc0f81108
|
/src/dist/pf/sbin/pfctl/ |
parse.y | 4379 struct node_host *dst_host, struct node_port *dst_port, 4386 expand_label_port("$dstport", label, len, dst_port); 4683 LOOP_THROUGH(struct node_port, dst_port, dst_ports, 4725 src_host, src_port, dst_host, dst_port, proto->proto); 4727 src_host, src_port, dst_host, dst_port, proto->proto); 4729 r->af, src_host, src_port, dst_host, dst_port, 4744 r->dst.port[0] = dst_port->port[0]; 4745 r->dst.port[1] = dst_port->port[1]; 4746 r->dst.port_op = dst_port->op;
|
/src/sys/net/ |
if_ipsec.c | 2044 in_port_t dst_port = 0; local in function:if_ipsec_replace_sp 2058 dst_port = nvar->iv_dport; 2061 error = if_ipsec_add_sp(nvar, src, src_port, dst, dst_port);
|