Searched refs:ip_p (Results 1 - 18 of 18) sorted by relevance

/external/tcpdump/
H A Dip.h62 u_int8_t ip_p; /* protocol */ member in struct:ip
H A Dprint-icmp.c374 TCHECK(dp->icmp_ip.ip_p);
378 dp->icmp_ip.ip_p);
382 TCHECK(dp->icmp_ip.ip_p);
388 switch (oip->ip_p) {
408 oip->ip_p, dport);
H A Dprint-ip.c612 tok2str(ipproto_values,"unknown",ipds->ip->ip_p),
613 ipds->ip->ip_p);
643 ipds->nh = ipds->ip->ip_p;
664 if (!ndo->ndo_nflag && (proto = getprotobynumber(ipds->ip->ip_p)) != NULL)
667 (void)printf(" ip-proto-%d", ipds->ip->ip_p);
H A Dprint-sl.c144 lastconn = ((struct ip *)&p[SLX_CHDR])->ip_p;
H A Dprint-tcp.c205 if (ip->ip_p == IPPROTO_TCP) {
822 MD5_Update(&ctx, (char *)&ip->ip_p, sizeof(ip->ip_p));
H A Dprint-pgm.c226 if (ip->ip_p == IPPROTO_PGM) {
H A Dprint-udp.c336 if (ip->ip_p == IPPROTO_UDP) {
/external/qemu/slirp/
H A Dip.h91 u_int8_t ip_p; /* protocol */ member in struct:ip
H A Dip_input.c138 if (ip->ip_dst.s_addr == 0xffffffff && ip->ip_p != IPPROTO_UDP)
197 ip->ip_p == fp->ipq_p)
239 switch (ip->ip_p) {
297 fp->ipq_p = ip->ip_p;
H A Dip_icmp.c232 if(ip->ip_p == IPPROTO_ICMP) {
303 ip->ip_p = IPPROTO_ICMP;
/external/qemu/slirp-android/
H A Dip.h93 u_int8_t ip_p; /* protocol */ member in struct:ip
H A Dip_input.c138 if (ip_getn(ip->ip_dst) == 0xffffffffu && ip->ip_p != IPPROTO_UDP)
197 ip->ip_p == fp->ipq_p)
239 switch (ip->ip_p) {
297 fp->ipq_p = ip->ip_p;
H A Dip_icmp.c234 if(ip->ip_p == IPPROTO_ICMP) {
305 ip->ip_p = IPPROTO_ICMP;
/external/dnsmasq/src/
H A Dbpf.c201 ip.ip_p = IPPROTO_UDP;
/external/dhcpcd/
H A Dnet.c725 ip->ip_p = IPPROTO_UDP;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h375 u_char ip_p; member in struct:ip
H A Dsctp_output.c4277 ip->ip_p = IPPROTO_UDP;
4279 ip->ip_p = IPPROTO_SCTP;
11591 ip->ip_p = IPPROTO_UDP;
11593 ip->ip_p = IPPROTO_SCTP;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c2802 use_udp_tunneling = (ip->ip_p == IPPROTO_UDP);

Completed in 197 milliseconds