HomeSort by: relevance | last modified time | path
    Searched refs:ipb (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ping/
ping.c 1514 struct ip ipb, *ip = &ipb; local
1768 struct ip __aligned(4) ipb;
1769 struct ip *ip = &ipb;
1840 struct ip ipb, *ip = &ipb; local
  /src/sys/nfs/
nfs_serv.c 401 struct pathbuf *ipb = NULL; local
430 (ipb = pathbuf_create(nfs_pub.np_index)) != NULL) {
438 ind.ni_pathbuf = ipb;
469 if (ipb != NULL) {
470 pathbuf_destroy(ipb);
487 if (ipb != NULL) {
488 pathbuf_destroy(ipb);

Completed in 21 milliseconds