Searched refs:ip_p (Results 1 – 18 of 18) sorted by relevance
374 TCHECK(dp->icmp_ip.ip_p); in icmp_print()378 dp->icmp_ip.ip_p); in icmp_print()382 TCHECK(dp->icmp_ip.ip_p); in icmp_print()388 switch (oip->ip_p) { in icmp_print()408 oip->ip_p, dport); in icmp_print()
612 tok2str(ipproto_values,"unknown",ipds->ip->ip_p), in ip_print()613 ipds->ip->ip_p); in ip_print()643 ipds->nh = ipds->ip->ip_p; in ip_print()664 if (!ndo->ndo_nflag && (proto = getprotobynumber(ipds->ip->ip_p)) != NULL) in ip_print()667 (void)printf(" ip-proto-%d", ipds->ip->ip_p); in ip_print()
62 u_int8_t ip_p; /* protocol */ member
205 if (ip->ip_p == IPPROTO_TCP) {822 MD5_Update(&ctx, (char *)&ip->ip_p, sizeof(ip->ip_p));
144 lastconn = ((struct ip *)&p[SLX_CHDR])->ip_p; in sliplink_print()
226 if (ip->ip_p == IPPROTO_PGM) { in pgm_print()
336 if (ip->ip_p == IPPROTO_UDP) { in udpipaddr_print()
138 if (ip_getn(ip->ip_dst) == 0xffffffffu && ip->ip_p != IPPROTO_UDP) in ip_input()197 ip->ip_p == fp->ipq_p) in ip_input()239 switch (ip->ip_p) { in ip_input()297 fp->ipq_p = ip->ip_p; in ip_reass()
234 if(ip->ip_p == IPPROTO_ICMP) { in icmp_error()305 ip->ip_p = IPPROTO_ICMP; in icmp_error()
93 u_int8_t ip_p; /* protocol */ member
138 if (ip->ip_dst.s_addr == 0xffffffff && ip->ip_p != IPPROTO_UDP) in ip_input()197 ip->ip_p == fp->ipq_p) in ip_input()239 switch (ip->ip_p) { in ip_input()297 fp->ipq_p = ip->ip_p; in ip_reass()
232 if(ip->ip_p == IPPROTO_ICMP) { in icmp_error()303 ip->ip_p = IPPROTO_ICMP; in icmp_error()
91 u_int8_t ip_p; /* protocol */ member
201 ip.ip_p = IPPROTO_UDP; in send_via_bpf()
725 ip->ip_p = IPPROTO_UDP; in make_udp_packet()
375 u_char ip_p; member
4277 ip->ip_p = IPPROTO_UDP;4279 ip->ip_p = IPPROTO_SCTP;11591 ip->ip_p = IPPROTO_UDP;11593 ip->ip_p = IPPROTO_SCTP;
2802 use_udp_tunneling = (ip->ip_p == IPPROTO_UDP);