Searched refs:srcip (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/examples/ipfilter/rules/ |
H A D | ipmon.conf | 17 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/contrib/unbound/respip/ |
H A D | respip.c | 1295 char srcip[128], respip[128], txt[512]; in respip_inform_print() local 1306 addr_to_str(addr, addrlen, srcip, sizeof(srcip)); in respip_inform_print() 1326 (actionstr) ? actionstr : "inform", srcip, port); in respip_inform_print()
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon_y.y | 76 %type <opt> protocol result rule srcip srcport logtag matching 128 | srcip { $$ = $1; } 218 srcip: IPM_SRCIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_SRCIP);
|
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 1961 void send_arp(int tx, unsigned short op, unsigned char* srcip, in send_arp() argument 1987 do_arp(ptr, op, srcmac, srcip, dstmac, dstip); in send_arp()
|