Search | Google it | Results 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/raw_ip.c (0.00 seconds) |
354: return (ENOBUFS); 355: ip = mtod(m, struct ip *); 356: ip->ip_tos = 0; 368: } 369: ip = mtod(m, struct ip *); 370: 381: return (ENOMEM); /* XXX */ 382: ip = mtod(m, struct ip *); 383: }