in_pcb.h (0bfd163f522701b486e066fa2e56624c02f5081a) | in_pcb.h (ae19083248ad6d932f1636b743a64a319e31235d) |
---|---|
1/*- 2 * Copyright (c) 1982, 1986, 1990, 1993 3 * The Regents of the University of California. 4 * Copyright (c) 2010-2011 Juniper Networks, Inc. 5 * All rights reserved. 6 * 7 * Portions of this software were developed by Robert N. M. Watson under 8 * contract to Juniper Networks, Inc. --- 622 unchanged lines hidden (view full) --- 631 u_short *, in_addr_t *, u_short *, struct inpcb **, 632 struct ucred *); 633void in_pcbdetach(struct inpcb *); 634void in_pcbdisconnect(struct inpcb *); 635void in_pcbdrop(struct inpcb *); 636void in_pcbfree(struct inpcb *); 637int in_pcbinshash(struct inpcb *); 638int in_pcbinshash_nopcbgroup(struct inpcb *); | 1/*- 2 * Copyright (c) 1982, 1986, 1990, 1993 3 * The Regents of the University of California. 4 * Copyright (c) 2010-2011 Juniper Networks, Inc. 5 * All rights reserved. 6 * 7 * Portions of this software were developed by Robert N. M. Watson under 8 * contract to Juniper Networks, Inc. --- 622 unchanged lines hidden (view full) --- 631 u_short *, in_addr_t *, u_short *, struct inpcb **, 632 struct ucred *); 633void in_pcbdetach(struct inpcb *); 634void in_pcbdisconnect(struct inpcb *); 635void in_pcbdrop(struct inpcb *); 636void in_pcbfree(struct inpcb *); 637int in_pcbinshash(struct inpcb *); 638int in_pcbinshash_nopcbgroup(struct inpcb *); |
639int in_pcbladdr(struct inpcb *, struct in_addr *, struct in_addr *, 640 struct ucred *); |
|
639struct inpcb * 640 in_pcblookup_local(struct inpcbinfo *, 641 struct in_addr, u_short, int, struct ucred *); 642struct inpcb * 643 in_pcblookup(struct inpcbinfo *, struct in_addr, u_int, 644 struct in_addr, u_int, int, struct ifnet *); 645struct inpcb * 646 in_pcblookup_mbuf(struct inpcbinfo *, struct in_addr, u_int, --- 18 unchanged lines hidden --- | 641struct inpcb * 642 in_pcblookup_local(struct inpcbinfo *, 643 struct in_addr, u_short, int, struct ucred *); 644struct inpcb * 645 in_pcblookup(struct inpcbinfo *, struct in_addr, u_int, 646 struct in_addr, u_int, int, struct ifnet *); 647struct inpcb * 648 in_pcblookup_mbuf(struct inpcbinfo *, struct in_addr, u_int, --- 18 unchanged lines hidden --- |