/src/usr.sbin/traceroute6/ |
traceroute6.c | 975 struct ip6_hdr *hip; local in function:packet_ok 978 hip = (struct ip6_hdr *)(icp + 1); 979 if ((up = get_udphdr(hip, (u_char *)(buf + cc))) == NULL) {
|
/src/sys/arch/arm/amlogic/ |
meson_genfb.c | 411 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local in function:meson_genfb_scaler_config 499 hip = VPU_READ(sc, VPP_OSD_HSC_INI_PHASE_REG); 500 hip &= ~VPP_OSD_HSC_INI_PHASE_1; 501 VPU_WRITE(sc, VPP_OSD_HSC_INI_PHASE_REG, hip);
|
/src/usr.sbin/traceroute/ |
traceroute.c | 1447 struct ip *hip; local in function:packet_ok 1451 hip = &icp->icmp_ip; 1452 hlen = hip->ip_hl << 2; 1463 hicmp = (struct icmp *)((u_char *)hip + hlen); 1466 hip->ip_p == IPPROTO_ICMP && 1471 up = (struct udphdr *)((u_char *)hip + hlen); 1474 hip->ip_p == IPPROTO_UDP &&
|
/src/sys/dist/pf/net/ |
pf.c | 3442 struct ip *hip = mtod(m, struct ip *); local in function:pf_test_rule 3446 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET)) 3449 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
|