Searched refs:ip_v (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dip_var.h51 ip_v:4; member in struct:ipasfrag
54 u_char ip_v:4, member in struct:ipasfrag
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c116 if (mtod(*m0, struct ip *)->ip_v == 4)
133 if (mtod(*m0, struct ip *)->ip_v == 4)
220 if (mtod(*m0, struct ip *)->ip_v == 4)
222 else if (mtod(*m0, struct ip *)->ip_v == 6)
280 if (*m0 && mtod(*m0, struct ip *)->ip_v == 4)
320 if (!tee) switch (ip->ip_v) {
H A Dip_fw_log.c180 if (ip->ip_v == 4)
182 else if (ip->ip_v == 6)
/freebsd-9.3-release/sys/netinet/
H A Dip.h52 ip_v:4; /* version */ member in struct:ip
55 u_char ip_v:4, /* version */ member in struct:ip
H A Dtcp_debug.c113 isipv6 = (ipgen != NULL && ((struct ip *)ipgen)->ip_v == 6) ? 1 : 0;
H A Dip_divert.c381 switch (ip->ip_v) {
459 switch (ip->ip_v) {
497 switch (ip->ip_v) {
H A Dtcp_subr.c425 ip->ip_v = IPVERSION;
499 isipv6 = ((struct ip *)ipgen)->ip_v == (IPV6_VERSION >> 4);
1908 switch (ip->ip_v) {
1936 (ip->ip_v == IPVERSION) ? inet_ntoa(dst.sin.sin_addr) :
1938 (ip->ip_v == (IPV6_VERSION >> 4)) ?
1955 switch (ip->ip_v) {
H A Dip_options.c477 ip->ip_v = IPVERSION;
528 ip->ip_v = IPVERSION;
H A Dip_fastfwd.c209 if (ip->ip_v != IPVERSION) {
H A Dip_icmp.c342 nip->ip_v = IPVERSION;
871 ip->ip_v = IPVERSION;
H A Dip_output.c188 ip->ip_v = IPVERSION;
801 mhip->ip_v = IPVERSION;
/freebsd-9.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h163 __u8 ip_v:4; member in struct:__anon1600
166 __u8 ip_v:4;
/freebsd-9.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h165 __u8 ip_v:4; member in struct:__anon1607
168 __u8 ip_v:4;
/freebsd-9.3-release/lib/libstand/
H A Dudp.c90 ip->ip_v = IPVERSION; /* half-char */
182 if (ip->ip_v != IPVERSION ||
186 printf("readudp: IP version or not UDP. ip_v=%d ip_p=%d\n", ip->ip_v, ip->ip_p);
/freebsd-9.3-release/sbin/natd/
H A Dicmp.c96 ip->ip_v = 4;
/freebsd-9.3-release/sys/netgraph/
H A Dng_ipfw.c252 switch (ip->ip_v) {
269 switch (ip->ip_v) {
H A Dng_tcpmss.c305 if (ip->ip_v != IPVERSION)
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-tun.c223 switch (iph->ip_v) {
/freebsd-9.3-release/sbin/dhclient/
H A Dpacket.c125 ip.ip_v = 4;
/freebsd-9.3-release/sys/net/
H A Dif_enc.c270 switch (ip->ip_v) {
/freebsd-9.3-release/tools/tools/net80211/wesside/dics/
H A Ddics.c239 iph->ip_v = 4;
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dng_netflow.c742 if (ip->ip_v == IP6VERSION) {
758 if ((ip->ip_v != IPVERSION) ||
790 if ((ip->ip_v != IPVERSION) ||
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ipip.c415 ipo->ip_v = IPVERSION;
/freebsd-9.3-release/contrib/openbsm/test/bsm/
H A Dgenerate.c678 ip_token_ip.ip_v = ip_token_ip_v;
701 ip_token_ip.ip_v = ip_token_ip_v;
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_red.c539 switch (((struct ip *)hdr)->ip_v) {
546 if (ip->ip_v != 4)

Completed in 406 milliseconds

123