Searched refs:dstip (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/rules/
H A Dipmon.conf17 match { srcip = 10.1.0.0/16, dstip = 192.168.1.0/24; }
23 protocol = udp, srcip = 10.1.0.0/16, dstip = 192.168.1.0/24; }
/freebsd-11-stable/usr.sbin/ppp/
H A Dip.c229 char dbuff[100], dstip[NCP_ASCIIBUFFERSIZE]; local
461 snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr));
465 dstip, dport);
471 snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr));
475 ncpaddr_ntoa(&srcaddr), sport, dstip, dport);
487 snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr));
491 sport, dstip, dpor
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y76 %type <opt> direction dstip dstport every group interface
121 | dstip { $$ = $1; }
161 dstip: IPM_DSTIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_DSTIP); label
256 { "dstip", IPM_DSTIP },
513 verbose(8, "-- dstip wrong\n");
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1963 unsigned char* srcmac, unsigned char* dstip,
1988 do_arp(ptr, op, srcmac, srcip, dstmac, dstip);
1962 send_arp(int tx, unsigned short op, unsigned char* srcip, unsigned char* srcmac, unsigned char* dstip, unsigned char* dstmac) argument

Completed in 89 milliseconds