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

Lines Matching refs:NULL

166 	return((at_ifaddr_t *)NULL);
181 *elapp = NULL;
218 if (gbuf_cont(m) != NULL)
220 if (iocbp->ioc_count < size || (gbuf_cont(m) == NULL) || i < size) {
323 gbuf_t *mt = NULL; /* temp */
351 if ( (gbuf_cont(m) == NULL)
352 || (elapp = find_ifID(gbuf_rptr(gbuf_cont(m)))) == NULL) {
358 PRI_MED)) == NULL) {
394 gbuf_cont(m) = NULL;
398 if ((gbuf_cont(m) = gbuf_alloc(sizeof(ZT_entryno), PRI_MED)) == NULL) {
431 gbuf_cont(m) = NULL;
435 if ((gbuf_cont(m) = gbuf_alloc(sizeof(RT_entry), PRI_MED)) == NULL) {
458 PRI_MED)) == NULL) {
477 gbuf_cont(m) = NULL;
507 if ((gbuf_cont(m) = gbuf_alloc(size, PRI_MED)) == NULL) {
528 gbuf_cont(m) = NULL;
537 if ((gbuf_cont(m) = gbuf_alloc(bytes, PRI_MED)) == NULL) {
559 gbuf_cont(m) = NULL;
570 mo=(gbuf_t*)NULL;
578 if ((mn = gbuf_alloc(size, PRI_MED)) == NULL) {
596 if ((gbuf_cont(m) = gbuf_alloc(sizeof(int), PRI_MED)) == NULL) {
623 gbuf_cont(m) = NULL;
635 mo=(gbuf_t*)NULL;
643 if ((mn = gbuf_alloc(size, PRI_MED)) == NULL) {
661 if ((gbuf_cont(m) = gbuf_alloc(sizeof(int), PRI_MED)) == NULL) {
685 gbuf_cont(m) = NULL;
699 mo=(gbuf_t*)NULL;
709 if ((mn = gbuf_alloc(size, PRI_MED)) == NULL) {
731 if ((gbuf_cont(m) = gbuf_alloc(sizeof(int), PRI_MED)) == NULL) {
800 if (addr == NULL) {
810 if (addr == NULL) {
817 if (addr == NULL) {
880 (elapp->ifName) ? &elapp->ifName[0] : "NULL interface", (u_int) elapp));
1085 ifID_home = (at_ifaddr_t *)NULL;
1204 ZT_table = (ZT_entry *)NULL;
1208 RT_table = (RT_entry *)NULL;
1307 if ( (elapp != NULL) && elapp->startup_inprogress) {
1352 if ( (elapp != NULL) && elapp->startup_inprogress && elapp->aa_ifp != 0) {