HomeSort by: relevance | last modified time | path
    Searched defs:get_udphdr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/traceroute6/
traceroute6.c 319 static struct udphdr *get_udphdr(struct ip6_hdr *, u_char *);
979 if ((up = get_udphdr(hip, (u_char *)(buf + cc))) == NULL) {
1031 get_udphdr(struct ip6_hdr *ip6, u_char *lim) function in typeref:struct:udphdr *
traceroute6.c 319 static struct udphdr *get_udphdr(struct ip6_hdr *, u_char *);
979 if ((up = get_udphdr(hip, (u_char *)(buf + cc))) == NULL) {
1031 get_udphdr(struct ip6_hdr *ip6, u_char *lim) function in typeref:struct:udphdr *

Completed in 26 milliseconds