HomeSort by relevance Sort by last modified time
    Searched refs:oip (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
print-icmp.c 341 const struct ip *oip; local
383 oip = &dp->icmp_ip;
384 hlen = IP_HL(oip) * 4;
385 ouh = (struct udphdr *)(((u_char *)oip) + hlen);
388 switch (oip->ip_p) {
393 ipaddr_string(&oip->ip_dst),
400 ipaddr_string(&oip->ip_dst),
407 ipaddr_string(&oip->ip_dst),
408 oip->ip_p, dport);
print-icmp6.c 308 const struct ip6_hdr *oip; local
316 oip = (struct ip6_hdr *)(dp + 1);
351 TCHECK(oip->ip6_dst);
358 printf(" %s",ip6addr_string(&oip->ip6_dst));
362 ip6addr_string(&oip->ip6_dst),
363 ip6addr_string(&oip->ip6_src));
366 if ((ouh = get_upperlayer((u_char *)oip, &prot))
374 ip6addr_string(&oip->ip6_dst),
379 ip6addr_string(&oip->ip6_dst),
384 ip6addr_string(&oip->ip6_dst)
    [all...]
  /external/toybox/toys/pending/
arping.c 58 static void get_interface(char *interface, int *ifindex, uint32_t *oip,
72 if (oip) {
75 *oip = ntohl(ip->sin_addr.s_addr);
255 uint32_t oip; local
261 get_interface(TT.iface, NULL, &oip, NULL);
262 src_addr.s_addr = htonl(oip);
dhcpd.c 242 static int get_interface(const char *interface, int *ifindex, uint32_t *oip, uint8_t *mac)
254 if (oip) {
258 *oip = ntohl(ip->sin_addr.s_addr);
    [all...]
dhcp.c 284 static int get_interface( char *interface, int *ifindex, uint32_t *oip, uint8_t *mac)
297 if (oip) {
301 *oip = ntohl(ip->sin_addr.s_addr);
    [all...]

Completed in 393 milliseconds