Searched refs:ipm (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsmallft.c45 int ido, ipm, nfm1; local
89 ipm=ip-1;
91 for (j=0;j<ipm;j++){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printing/
H A Dprtpub.c103 TCHAR ipm[] = _T("InchesPerMinute"); local
114 printf("printRateUnit: %s\n", ipm);
115 SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printRateUnit"), REG_SZ, ipm, sizeof(ipm));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dlcs.c448 struct lcs_ipm_list *ipm; local
455 ipm = list_entry(card->ipm_list.next,
457 list_del(&ipm->list);
458 if (ipm->ipm_state != LCS_IPM_STATE_SET_REQUIRED){
460 lcs_send_delipm(card, ipm);
463 kfree(ipm);
1023 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair));
1024 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm.ip_addr);
1047 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair));
1048 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm
1099 struct lcs_ipm_list *ipm, *tmp; local
1151 lcs_get_mac_for_ipm(__be32 ipm, char *mac, struct net_device *dev) argument
1168 struct lcs_ipm_list *ipm; local
1192 struct lcs_ipm_list *tmp, *ipm = NULL; local
1216 struct lcs_ipm_list *ipm; local
[all...]
H A Dlcs.h174 struct lcs_ip_mac_pair ipm; member in struct:lcs_ipm_list
H A Dqeth_main.c5584 qeth_get_mac_for_ipm(__u32 ipm, char *mac, struct net_device *dev) argument
5587 ip_tr_mc_map(ipm, mac);
5589 ip_eth_mc_map(ipm, mac);
5717 struct qeth_ipaddr *ipm; local
5724 ipm = qeth_get_addr_buffer(QETH_PROT_IPV4);
5725 if (!ipm)
5727 ipm->u.a4.addr = im4->multiaddr;
5728 memcpy(ipm->mac,buf,OSA_ADDR_LEN);
5729 ipm->is_multicast = 1;
5730 if (!qeth_add_ip(card,ipm))
5785 struct qeth_ipaddr *ipm; local
5804 struct qeth_ipaddr *ipm; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth_unix.c167 static int ip_map_update(struct ip_map *ipm, struct unix_domain *udom, time_t expiry);
299 static int ip_map_update(struct ip_map *ipm, struct unix_domain *udom, time_t expiry) argument
318 &ip.h, &ipm->h,
319 hash_str(ipm->m_class, IP_HASHBITS) ^
320 hash_ip(ipm->m_addr.s_addr));
356 struct ip_map *ipm; local
359 ipm = ip_map_lookup("nfsd", addr);
361 if (!ipm)
363 if (cache_check(&ip_map_cache, &ipm->h, NULL))
366 if ((ipm
386 struct ip_map *ipm; local
409 ip_map_cached_put(struct svc_rqst *rqstp, struct ip_map *ipm) argument
428 struct ip_map *ipm = info; local
644 struct ip_map *ipm; local
[all...]

Completed in 176 milliseconds