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

  /src/sys/netinet/
ip_mroute.c 3034 * headers ip + pim + u_int32 + encap_ip, to be passed up to the
3043 struct ip *encap_ip; local in function:pim_input
3074 encap_ip = (struct ip *)(reghdr + 1);
3078 "pim_input[register], encap_ip: %lx -> %lx, encap_ip len %d\n",
3079 (u_long)ntohl(encap_ip->ip_src.s_addr),
3080 (u_long)ntohl(encap_ip->ip_dst.s_addr),
3081 ntohs(encap_ip->ip_len));
3085 if (encap_ip->ip_v != IPVERSION) {
3089 "of the inner packet\n", encap_ip->ip_v)
    [all...]
ip_mroute.c 3034 * headers ip + pim + u_int32 + encap_ip, to be passed up to the
3043 struct ip *encap_ip; local in function:pim_input
3074 encap_ip = (struct ip *)(reghdr + 1);
3078 "pim_input[register], encap_ip: %lx -> %lx, encap_ip len %d\n",
3079 (u_long)ntohl(encap_ip->ip_src.s_addr),
3080 (u_long)ntohl(encap_ip->ip_dst.s_addr),
3081 ntohs(encap_ip->ip_len));
3085 if (encap_ip->ip_v != IPVERSION) {
3089 "of the inner packet\n", encap_ip->ip_v)
    [all...]
ip_mroute.c 3034 * headers ip + pim + u_int32 + encap_ip, to be passed up to the
3043 struct ip *encap_ip; local in function:pim_input
3074 encap_ip = (struct ip *)(reghdr + 1);
3078 "pim_input[register], encap_ip: %lx -> %lx, encap_ip len %d\n",
3079 (u_long)ntohl(encap_ip->ip_src.s_addr),
3080 (u_long)ntohl(encap_ip->ip_dst.s_addr),
3081 ntohs(encap_ip->ip_len));
3085 if (encap_ip->ip_v != IPVERSION) {
3089 "of the inner packet\n", encap_ip->ip_v)
    [all...]
ip_mroute.c 3034 * headers ip + pim + u_int32 + encap_ip, to be passed up to the
3043 struct ip *encap_ip; local in function:pim_input
3074 encap_ip = (struct ip *)(reghdr + 1);
3078 "pim_input[register], encap_ip: %lx -> %lx, encap_ip len %d\n",
3079 (u_long)ntohl(encap_ip->ip_src.s_addr),
3080 (u_long)ntohl(encap_ip->ip_dst.s_addr),
3081 ntohs(encap_ip->ip_len));
3085 if (encap_ip->ip_v != IPVERSION) {
3089 "of the inner packet\n", encap_ip->ip_v)
    [all...]

Completed in 57 milliseconds