Searched refs:ip_t (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_auth.c350 ip_t *ip;
474 ip_t *ip;
512 if ((ip == (ip_t *)m->b_rptr) && (fin->fin_v == 4))
H A Dip_proxy.c107 static int ipf_proxy_fixseqack(fr_info_t *, ip_t *, ap_session_t *, int );
914 ip_t *ip;
1159 ip_t *ip;
H A Dip_fil.h398 ip_t *fip_ip;
1639 extern int (*fr_checkp)(ip_t *, int, void *, int, mb_t **);
1766 extern u_short fr_cksum(fr_info_t *, ip_t *, int, void *);
1787 extern int ipf_makefrip(int, ip_t *, fr_info_t *);
H A Dip_compat.h411 #define MAX_IPV4HDR ((0xf << 2) + sizeof(struct icmp) + sizeof(ip_t) + 8)
667 typedef struct ip ip_t; typedef in typeref:struct:ip
H A Dip_tftp_pxy.c303 ip_t *ip;
H A Dfil.c1203 ip_t *oip;
1280 oip = (ip_t *)((char *)fin->fin_dp + ICMPERR_ICMPHLEN);
1689 ip_t *ip;
2036 ip_t *ip;
2815 ip_t *ip;
3396 ip_t *ip;
6111 ip_t *ip;
8478 ip_t *ip;
8581 ip = (ip_t *)((char *)fin->fin_ip + elen);
H A Dip_state.c2690 ip_t *oip;
2699 if ((fin->fin_v != 4) || (fin->fin_hlen != sizeof(ip_t)) ||
2708 oip = (ip_t *)((char *)ic + ICMPERR_ICMPHLEN);
4510 ofin.fin_ip = (ip_t *)oip6;
4511 (void) ipf_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin);
H A Dip_log.c495 if (fin->fin_ip == (ip_t *)m->b_rptr) {
H A Dip_nat6.c3838 if (ipf_makefrip(sizeof(ip6_t), (ip_t *)hdr, fin) == -1) {
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y446 ip_t *ip;
451 ip = (ip_t *)(ipf + 1);
H A Dipmon.c1051 ip_t *ipc, *ip;
1082 ip = (ip_t *)((char *)ipf + sizeof(*ipf));
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c333 ip_t *ofin_ip;
371 ip_t *ofin_ip;
408 ip_t *ofin_ip;
444 ip_t *ofin_ip;

Completed in 417 milliseconds

12