Lines Matching refs:ntohs
197 u_short proto = ntohs(skb->protocol); in isdn_net_unreachable()
881 unsigned short proto = ntohs(skb->protocol); in isdn_net_log_skb()
897 proto = ntohs(*(__be16 *)&buf[0]); in isdn_net_log_skb()
901 proto = ntohs(*(__be16 *)&buf[12]); in isdn_net_log_skb()
905 proto = ntohs(*(__be16 *)&buf[2]); in isdn_net_log_skb()
910 proto = ntohs(skb->protocol); in isdn_net_log_skb()
931 sprintf(addinfo, " TCP, port: %d -> %d", ntohs(ipp->source), in isdn_net_log_skb()
932 ntohs(ipp->dest)); in isdn_net_log_skb()
942 sprintf(addinfo, " UDP, port: %d -> %d", ntohs(ipp->source), in isdn_net_log_skb()
943 ntohs(ipp->dest)); in isdn_net_log_skb()
1388 if (ntohs(eth->h_proto) >= ETH_P_802_3_MIN) in isdn_net_type_trans()