Lines Matching defs:ph
186 } ph;
191 memset(&ph, 0, sizeof(ph));
192 GET_CPY_BYTES(&ph.ph_src, ip6->ip6_src, sizeof(nd_ipv6));
207 ip6_finddst(ndo, &ph.ph_dst, ip6);
211 GET_CPY_BYTES(&ph.ph_dst, ip6->ip6_dst, sizeof(nd_ipv6));
214 ph.ph_len = htonl(len);
215 ph.ph_nxt = next_proto;
217 vec[0].ptr = (const uint8_t *)(void *)&ph;
218 vec[0].len = sizeof(ph);
237 uint8_t ph, nh;
289 ph = 255;
351 if (ph != 255) {
498 ph = nh;