Home
last modified time | relevance | path

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

/freebsd/share/examples/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/usr.sbin/ppp/
H A Dip.c227 char dbuff[100], dstip[NCP_ASCIIBUFFERSIZE]; in FilterCheck() local
459 snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr)); in FilterCheck()
463 dstip, dport); in FilterCheck()
469 snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr)); in FilterCheck()
473 ncpaddr_ntoa(&srcaddr), sport, dstip, dport); in FilterCheck()
485 snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr)); in FilterCheck()
489 sport, dstip, dport); in FilterCheck()
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y75 %type <opt> direction dstip dstport every group interface
120 | dstip { $$ = $1; }
160 dstip: IPM_DSTIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_DSTIP);
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1962 unsigned char* srcmac, unsigned char* dstip, in send_arp() argument
1987 do_arp(ptr, op, srcmac, srcip, dstmac, dstip); in send_arp()