Lines Matching refs:iphlen
405 int cscov_partial, iphlen; in udp_input() local
408 iphlen = *offp; in udp_input()
418 if (iphlen > sizeof (struct ip)) { in udp_input()
420 iphlen = sizeof(struct ip); in udp_input()
426 if (m->m_len < iphlen + sizeof(struct udphdr)) { in udp_input()
427 if ((m = m_pullup(m, iphlen + sizeof(struct udphdr))) == NULL) { in udp_input()
433 uh = (struct udphdr *)((caddr_t)ip + iphlen); in udp_input()
461 ip_len = ntohs(ip->ip_len) - iphlen; in udp_input()
611 if (udp_append(last, ip, n, iphlen, in udp_input()
647 if (udp_append(last, ip, m, iphlen, udp_in) == 0) in udp_input()
747 if (udp_append(inp, ip, m, iphlen, udp_in) == 0) in udp_input()