Home
last modified time | relevance | path

Searched refs:ipsw (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/deprecated/bbnnet/
H A Dip_input.c62 struct ipswitch ipsw[IPPROTO_MAX]; variable
77 ipsw[i].ipsw_raw = pr; in ip_init()
78 ipsw[i].ipsw_user = 0; in ip_init()
79 ipsw[i].ipsw_hlen = sizeof(struct ip); in ip_init()
88 ipsw[pr->pr_protocol].ipsw_raw = pr; in ip_init()
90 ipsw[pr->pr_protocol].ipsw_user = pr; in ip_init()
178 i = ipsw[ip->ip_p].ipsw_hlen;
354 ipsw[ip->ip_p].ipsw_raw->pr_input(m);
360 else if (ipsw[ip->ip_p].ipsw_user != 0)
362 ipsw[ip->ip_p].ipsw_user->pr_input(mp);
H A Din_var.h58 extern struct ipswitch ipsw[];
H A Dudp_usrreq.c45 ipsw[IPPROTO_UDP].ipsw_hlen = sizeof(struct udp); in udp_init()
H A Dicmp.c387 ctlfunc = ipsw[icp->ic_iphdr.ip_p].ipsw_user->pr_ctlinput;
H A Drdp_usrreq.c798 ipsw[IPPROTO_RDP].ipsw_hlen = sizeof(struct ip) + RDPHDRSZ; in rdp_init()
H A Dtcp_usrreq.c824 ipsw[IPPROTO_TCP].ipsw_hlen = sizeof(struct th); in tcp_init()