Searched refs:ifn (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_hx.c57 static int hex_readip(buf, cnt, ifn, dir)
58 char *buf, **ifn;
69 if (ifn)
70 *ifn = NULL;
94 if (ifn)
95 *ifn = strdup(u);
102 } else if (ifn)
103 *ifn = t;
H A Dipft_tx.c149 static int text_readip(buf, cnt, ifn, dir)
150 char *buf, **ifn;
156 *ifn = NULL;
168 *ifn = NULL;
170 if (!parseline(line, (ip_t *)buf, ifn, dir))
180 static int parseline(line, ip, ifn, out)
183 char **ifn;
191 if (*ifn)
192 free(*ifn);
220 *ifn
[all...]
H A Dipft_ef.c70 static int etherf_readip(buf, cnt, ifn, dir)
71 char *buf, **ifn;
H A Dipft_sn.c154 static int snoop_readip(buf, cnt, ifn, dir)
155 char *buf, **ifn;
H A Dipft_td.c93 static int tcpd_readip(buf, cnt, ifn, dir)
94 char *buf, **ifn;
H A Dipft_pc.c217 static int pcap_readip(buf, cnt, ifn, dir)
218 char *buf, **ifn;
/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c83 pkopen(ifn, ofn)
84 int ifn, ofn;
94 pk->p_ifn = ifn;
174 int k, tries, ifn, noise; local
184 ifn = pk->p_ifn;
200 if (pkcget(ifn, p, HDRSIZ) != SUCCESS) {
216 if (pkcget(ifn, p, pend - p) !=
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c452 if_info_t *ifn; local
463 for (ifn = if_info; ifn < (if_info + n_ifs); ifn++) {
464 if (addr.s_addr == ifn->if_address.s_addr) {
507 if_info_t *bestmatch, *ifn; local
520 for (ifn = if_info; ifn < (if_info + n_ifs); ifn++) {
521 netmask = ntohl(ifn
[all...]
/illumos-gate/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c366 netif_init(char *ifn, char *ncs) argument
368 return (bi_put_bootmisc(BI_INTERFACE_NAME, ifn, strlen(ifn) + 1) &&
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c348 char *isn, *ispn, *ifn; local
364 ifn = df->if_names[i];
365 ifnl = strlen(ifn);
366 path = strchr(ifn, '.');
368 if ((strcmp(isn, ifn) == 0) ||
369 (ispn && (strcmp(ispn, ifn) == 0)))
374 ((strncmp(isn, ifn, ifnl) == 0) ||
375 (ispn && (strncmp(ispn, ifn, ifnl) == 0))))
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c718 getinfo_ifnames(const char *ifn, dhcp_optnum_t *optnum, DHCP_OPT **result) argument
728 ifnames_head = ifnames = strdup(ifn);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c318 uint_t ifn; local
334 rval = ksocket_ioctl(so4, SIOCGIFNUM, (intptr_t)&ifn, &rval,
342 numifs = ifn;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l211 \#[ \t]*ifn?(def)? { /* #if, #ifdef or #ifndef */

Completed in 104 milliseconds