HomeSort by relevance Sort by last modified time
    Searched defs:dst_port (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rport.c 317 int src_port, dst_port, curr_proto; variable
329 dst_port = dst;
snoop_slp.c 142 int dst_port; member in struct:tcp_cont
167 extern int dst_port, curr_proto;
176 tce = find_tcp_cont(dst_port);
623 int fraglen, int dst_port) {
632 tce->dst_port = dst_port;
653 static struct tcp_cont *find_tcp_cont(int dst_port) {
656 if (tcp_cont[i] && tcp_cont[i]->dst_port == dst_port)
660 if (tcp_cont[i] && tcp_cont[i]->dst_port == dst_port
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ixgbe/
ixgbe_82599.c 1920 u16 src_port, dst_port, vlan_id, flex_bytes; local
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
pxe.h 444 UDP_PORT_t dst_port; /* destination udp port */ member in struct:__anon2481

Completed in 360 milliseconds