| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | print_toif.c | 25 (fdp->fd_ptr || (long)fdp->fd_ptr == -1) ? "" : "(!)");
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | mips-tfile.c | 3818 FDR *fd_ptr = file_ptr->orig_fdr; in update_headers() local 3826 sym_start = ORIG_LSYMS (fd_ptr->isymBase); in update_headers() 3827 sym_end_p1 = sym_start + fd_ptr->csym; in update_headers() 4464 FDR *fd_ptr = ORIG_FILES (fd); in copy_object() local 4465 char *filename = ORIG_LSTRS (fd_ptr->issBase + fd_ptr->rss); in copy_object() 4502 FDR *fd_ptr = ORIG_FILES (fd); in copy_object() local 4503 char *filename = ORIG_LSTRS (fd_ptr->issBase + fd_ptr->rss); in copy_object() 4513 cur_file_ptr->orig_fdr = fd_ptr; in copy_object() 4516 cur_file_ptr->fdr.adr = fd_ptr->adr; in copy_object() 4535 sym_end_p1 = sym_start + fd_ptr->csym; in copy_object() [all …]
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | evutil.c | 527 evutil_socket_connect_(evutil_socket_t *fd_ptr, const struct sockaddr *sa, int socklen) in evutil_socket_connect_() argument 531 if (*fd_ptr < 0) { in evutil_socket_connect_() 532 if ((*fd_ptr = socket(sa->sa_family, SOCK_STREAM, 0)) < 0) in evutil_socket_connect_() 535 if (evutil_make_socket_nonblocking(*fd_ptr) < 0) { in evutil_socket_connect_() 540 if (connect(*fd_ptr, sa, socklen) < 0) { in evutil_socket_connect_() 541 int e = evutil_socket_geterror(*fd_ptr); in evutil_socket_connect_() 553 evutil_closesocket(*fd_ptr); in evutil_socket_connect_() 554 *fd_ptr = -1; in evutil_socket_connect_()
|
| H A D | util-internal.h | 264 int evutil_socket_connect_(evutil_socket_t *fd_ptr, const struct sockaddr *sa, int socklen);
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | evutil.c | 523 evutil_socket_connect_(evutil_socket_t *fd_ptr, struct sockaddr *sa, int socklen) in evutil_socket_connect_() argument 527 if (*fd_ptr < 0) { in evutil_socket_connect_() 528 if ((*fd_ptr = socket(sa->sa_family, SOCK_STREAM, 0)) < 0) in evutil_socket_connect_() 531 if (evutil_make_socket_nonblocking(*fd_ptr) < 0) { in evutil_socket_connect_() 536 if (connect(*fd_ptr, sa, socklen) < 0) { in evutil_socket_connect_() 537 int e = evutil_socket_geterror(*fd_ptr); in evutil_socket_connect_() 549 evutil_closesocket(*fd_ptr); in evutil_socket_connect_() 550 *fd_ptr = -1; in evutil_socket_connect_()
|
| H A D | util-internal.h | 264 int evutil_socket_connect_(evutil_socket_t *fd_ptr, struct sockaddr *sa, int socklen);
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_dstlist.c | 589 node->ipfd_dest.fd_ptr == (void *)-1) 1277 if (fdp->fd_ptr == NULL) 1278 fdp->fd_ptr = fin->fin_ifp;
|
| H A D | fil.c | 3198 if ((fdp != NULL) && (fdp->fd_ptr != NULL) && 3199 (fdp->fd_ptr != (void *)-1)) { 3213 } else if ((fdp != NULL) && (fdp->fd_ptr != NULL) && 3214 (fdp->fd_ptr != (struct ifnet *)-1)) { 4053 if ((ifp == NULL) || (fdp->fd_ptr == ifp)) { 4060 if ((ifp == NULL) || (fdp->fd_ptr == ifp)) { 4067 if ((ifp == NULL) || (fdp->fd_ptr == ifp)) { 4743 if ((fp->fr_tifs[0].fd_ptr != NULL) || 4744 (fp->fr_tifs[1].fd_ptr != NULL) || 4745 (fp->fr_dif.fd_ptr != NULL) || [all …]
|
| H A D | ip_fil_freebsd.c | 770 if (ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL, &node) == 0) 775 ifp = fdp->fd_ptr;
|
| H A D | ip_state.c | 1856 ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL, 1864 ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL, 1873 ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL,
|
| H A D | ip_fil.h | 559 void *fd_ptr; member
|
| H A D | ip_nat6.c | 2631 ifp = fr->fr_tifs[fin->fin_rev].fd_ptr;
|
| H A D | ip_nat.c | 4881 ifp = fr->fr_tifs[fin->fin_rev].fd_ptr;
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | ip_dstlist.c | 589 node->ipfd_dest.fd_ptr == (void *)-1) 1276 if (fdp->fd_ptr == NULL) 1277 fdp->fd_ptr = fin->fin_ifp;
|
| H A D | ip_fil.c | 395 ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL, &node); 398 ifp = fdp->fd_ptr;
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipf_y.y | 646 fr->fr_dif.fd_ptr = (void *)-1; 676 fr->fr_tif.fd_ptr = (void *)-1; 704 fr->fr_rif.fd_ptr = (void *)-1;
|