• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netinet/

Lines Matching refs:NULL

208 	    if (inp == NULL)
241 if (inp->inpcb_mtx == NULL) {
282 timer would usually do and return NULL. This is
305 inp = NULL;
569 sflt_notify(so, sock_evt_bound, NULL);
693 inp->inp_moptions != NULL) {
698 if (imo->imo_multicast_ifp != NULL && (ia == NULL ||
748 inp->inp_lport, 0, NULL);
750 if (pcb != NULL) {
838 if ((rt = inp->inp_route.ro_rt) != NULL) {
839 inp->inp_route.ro_rt = NULL;
844 inp->inp_moptions = NULL;
884 if (so->so_head != NULL)
931 if (sin == NULL)
959 if (sin == NULL)
991 inp->inp_socket == NULL)
1012 for (inp = head; inp != NULL; inp = LIST_NEXT(inp, inp_list)) {
1015 imo != NULL) {
1021 imo->imo_multicast_ifp = NULL;
1056 if ((rt = inp->inp_route.ro_rt) == NULL) {
1092 if ((rt = inp->inp_route.ro_rt) != NULL) {
1097 if ((rt = inp->inp_route.ro_rt) == NULL) {
1102 inp->inp_route.ro_rt = NULL;
1149 return (NULL);
1153 struct inpcb *match = NULL;
1166 if (phd != NULL) {
1247 return(NULL);
1252 struct inpcb *local_wild = NULL;
1254 struct inpcb *local_wild_mapped = NULL;
1277 return(NULL);
1291 if (local_wild == NULL) {
1293 if (local_wild_mapped != NULL) {
1300 return(NULL);
1305 return (NULL);
1313 return(NULL);
1321 return (NULL);
1369 if (phd == NULL) {
1371 if (phd == NULL) {
1428 if (phd != NULL && (LIST_FIRST(&phd->phd_pcblist) == NULL)) {
1469 inp = in_pcblookup_hash(pcbinfo, faddr, fport, laddr, *lport, 0, NULL);
1572 pcb->inp_laddr, pcb->inp_lport, 0, NULL);
1645 for (inp = head->lh_first; inp != NULL; inp = inp->inp_hash.le_next) {
1686 for (phd = porthash->lh_first; phd != NULL; phd = phd->phd_hash.le_next) {
1697 for (inp = phd->phd_pcblist.lh_first; inp != NULL;
1713 laddr, lport, 1, NULL);
1762 for (inp = pcbinfo->listhead->lh_first; inp != NULL; inp = inp->inp_list.le_next) {